/** filters.css */

/* critères */
.criteres-block {
    display: block;
    position: relative;
    padding: 22px;
    width: 100%;
    height: 170px;
}
.criteres-block h1, .keywords-block h1 {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-top: 0;
}
.criteres-block ul {
    float: left;
    height: 110px;
    padding: 0;
    list-style: none;
}
.criteres-block ul li {
    padding: 5px 0 5px 5px;
    float: left;
    width: 14.28%;
    height: 40px;
    border-right: 1px solid #ccc;
    line-height: 14px;
}
.no-right-border {
    border-right: 0 !important;
}
.selectable .ui-selected { 
    background: #6C9E00; 
    color: white; 
}
.keywords-block {
    display: block;
    position: relative;
    padding: 22px 22px 0;
    width: 100%;
    height: auto;
}
#filter-type-lists{
    padding: 0 22px;
}
.keywords-search {
    display: block;
    position: relative;
    float: left;
}
.keywords-search img {
    padding-top: 2px;
    margin-right: 10px;
    float: left;
}
.column-demi {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding-top: 10px;
}
.keywords-search .input-search {
    margin-top: 0;
}
.keywords-search .search-control {
    width: 290px;
}

#sortable1, #sortable2 {
    list-style-type: none;
    margin: 20px 0;
    float: left;
    padding: 5px;
    width: 48%;
    height: 305px;
    overflow: auto;
}
#sortable1 {
    margin-right: 20px;
}
#sortable2 {
    background-color: #ededed;
}
#sortable1 li, #sortable2 li { 
    margin: 5px 0; 
    padding: 5px; 
    font-size: 1em; 
    width: 100%;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    word-wrap: break-word;
    overflow: hidden;
}
#sortable1 li.selected,
#sortable2 li.selected { 
    background: #6C9E00;
    color: white;
}
